◆ XFAPage()
| def FoxitPDFSDKPython3.XFAPage.XFAPage |
( |
|
other | ) |
|
◆ GetDisplayMatrix()
| def FoxitPDFSDKPython3.XFAPage.GetDisplayMatrix |
( |
|
left, |
|
|
|
top, |
|
|
|
width, |
|
|
|
height, |
|
|
|
rotate |
|
) |
| |
获取显示矩阵,从 PDF 坐标系统到目标设备坐标系统。
- 参数
-
| [in] | left | 设备坐标系统中变换区域的左侧位置,通常以像素为单位。 |
| [in] | top | 设备坐标系统中变换区域的顶部位置,通常以像素为单位。 |
| [in] | width | 设备坐标系统中变换区域的宽度,通常以像素为单位。 |
| [in] | height | 设备坐标系统中变换区域的高度,通常以像素为单位。 |
| [in] | rotate | 旋转值。请参考从 FoxitPDFSDKPython3.e_Rotation0 开始的值, 这应该是这些值之一。 |
- 返回
- 接收用于当前 XFA 页面的显示矩阵的 Matrix 对象。 如果有任何错误,将返回所有值都为 0 的 Matrix。
◆ GetFirstWidget()
| def FoxitPDFSDKPython3.XFAPage.GetFirstWidget |
( |
| ) |
|
◆ GetHeight()
| def FoxitPDFSDKPython3.XFAPage.GetHeight |
( |
| ) |
|
获取 XFA 页面的高度。
- 返回
- 接收当前 XFA 页面高度的浮点值。
◆ GetIndex()
| def FoxitPDFSDKPython3.XFAPage.GetIndex |
( |
| ) |
|
获取 XFA 页面的索引。
- 返回
- XFA 页面的索引。
◆ GetLastWidget()
| def FoxitPDFSDKPython3.XFAPage.GetLastWidget |
( |
| ) |
|
◆ GetNextWidget()
| def FoxitPDFSDKPython3.XFAPage.GetNextWidget |
( |
|
widget | ) |
|
◆ GetPrevWidget()
| def FoxitPDFSDKPython3.XFAPage.GetPrevWidget |
( |
|
widget | ) |
|
◆ GetWidget()
| def FoxitPDFSDKPython3.XFAPage.GetWidget |
( |
|
widget_index | ) |
|
按索引获取 XFA 控件。
- 参数
-
- 返回
- XFA 控件。
◆ GetWidgetAtDevicePoint()
| def FoxitPDFSDKPython3.XFAPage.GetWidgetAtDevicePoint |
( |
|
matrix, |
|
|
|
device_point, |
|
|
|
tolerance |
|
) |
| |
在设备坐标系统中的指定点获取 XFA 控件。
- 参数
-
- 返回
- XFA 控件对象。
◆ GetWidgetByFullName()
| def FoxitPDFSDKPython3.XFAPage.GetWidgetByFullName |
( |
|
full_name | ) |
|
获取在当前 XFA 页面中与指定全名匹配的 XFA 控件。
- 参数
-
- 返回
- XFA 控件对象。
◆ GetWidgetCount()
| def FoxitPDFSDKPython3.XFAPage.GetWidgetCount |
( |
| ) |
|
获取 XFA 控件的数量。
- 返回
- XFA 控件的数量。
◆ GetWidth()
| def FoxitPDFSDKPython3.XFAPage.GetWidth |
( |
| ) |
|
获取宽度。
- 返回
- 接收当前 XFA 页面宽度的浮点值。
◆ IsEmpty()
| def FoxitPDFSDKPython3.XFAPage.IsEmpty |
( |
| ) |
|
检查当前对象是否为空。
当前对象为空时,表示当前对象无用。
- 返回
- true 表示当前对象为空,false 表示不为空。